crypto/internal/edwards25519.projCached.YminusX (field)
9 uses
	crypto/internal/edwards25519 (current package)
		edwards25519.go#L49: 	YplusX, YminusX, Z, T2d field.Element
		edwards25519.go#L90: 	v.YminusX.One()
		edwards25519.go#L235: 	v.YminusX.Subtract(&p.y, &p.x)
		edwards25519.go#L279: 	MM.Multiply(&YminusX, &q.YminusX)
		edwards25519.go#L298: 	PP.Multiply(&YplusX, &q.YminusX) // flipped sign
		edwards25519.go#L400: 	v.YminusX.Select(&a.YminusX, &b.YminusX, cond)
		edwards25519.go#L416: 	v.YplusX.Swap(&v.YminusX, cond)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |